From 005894eccbd438022d968e8a855523ecadc5027d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Mon, 22 Aug 2011 14:54:12 -0400 Subject: [PATCH] wayland: We need to require egl as well --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 15ceab3c43..16f065efff 100644 --- a/configure.ac +++ b/configure.ac @@ -383,7 +383,7 @@ if test "x$enable_wayland_backend" == "xyes"; then GIO_PACKAGE=gio-unix-2.0 GDK_WINDOWING="$GDK_WINDOWING #define GDK_WINDOWING_WAYLAND" - WAYLAND_PACKAGES="wayland-client xkbcommon wayland-egl" + WAYLAND_PACKAGES="wayland-client xkbcommon wayland-egl egl" AM_CONDITIONAL(USE_WAYLAND, true) else AM_CONDITIONAL(USE_WAYLAND, false) -- 2.30.2